Version

OlapElementDescriptorCollectionBase<T> Class Members

The following tables list the members exposed by OlapElementDescriptorCollectionBase<T>.

Public Properties
 NameDescription
Public PropertyCountReturns the number of elements contained in this collection.  
Public PropertyItemReturns the item with the specified name.  
Public Methods
 NameDescription
Public MethodClearRemoves all elements from this collection.  
Public MethodContainsReturns a boolean value indicating whether an item with the specified name exists in this collection.  
Public MethodToStringReturns the string representation of this instance.  
Public MethodTryGetItemReturns a boolean value indicating whether an item with the specified name exists in this collection.  
Protected Methods
 NameDescription
Protected MethodAddItemAdds the specified item to the collection, to be associated with the specified name.  
Protected MethodRemoveItemRemoves the specified item from the collection.  
See Also